unsafe_list 0.1.0

基于 linux 的 list 实现
Documentation

Unsafe list head 实现

Unsafe list head 的实现是 linux 的 list_head 实现. 这个模块是一个非常底层的接口, 没有并发支持, 没有所有权, 操作的对象都是裸指针, 所有操作均是 unsafe 的. 这个模块的实现只是为了方便实现 page alloc 接口, 除非你真的知道自己在 做什么, 否则别使用该接口.